Properties of the TCRVector class.
For a complete list of the TCRVector class members, see the TCRVector Members topic.
Public
| Name | Description |
|
AsSparseArray |
Gets or sets the value of a sparse vector as a sparse array.
|
|
AsString (inherited from TCRSharedObject) |
Gets or sets the object value as a string.
|
|
Count |
Indicates the number of elements in the vector object.
|
|
DataType |
Indicates the data type of the vector object.
|
|
Dimensions |
Gets the number of dimensions of the vector object.
|
|
IsNull (inherited from TCRSharedObject) |
Indicates whether the object value is empty.
|
|
RefCount (inherited from TSharedObject) |
Returns the count of references to a TSharedObject object.
|
|
Scale |
Indicates the number of decimal places used when converting vector elements to strings.
|
|
Sparse |
Indicates whether the vector object is a sparse vector.
|
|
Value |
The index of the element to access.
|
See Also